home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / SESK / eaudiop / audpci.exe / ENSMIX32.EX_ / ENSMIX32.EX / 0 / RCDATA / TFRMABOUTBOX / TFRMABOUTBOX.txt < prev   
Text File  |  1997-09-26  |  2KB  |  112 lines

  1. object frmAboutBox: TfrmAboutBox
  2.   Left = 545
  3.   Top = 199
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = btnOK
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Title'
  10.   ClientHeight = 193
  11.   ClientWidth = 298
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 281
  25.     Height = 145
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 16
  31.       Top = 16
  32.       Width = 32
  33.       Height = 32
  34.       AutoSize = True
  35.       Picture.Data = {<image001.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 64
  41.       Top = 16
  42.       Width = 201
  43.       Height = 17
  44.       AutoSize = False
  45.       Caption = 'Product Name'
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Version: TLabel
  54.       Left = 64
  55.       Top = 40
  56.       Width = 201
  57.       Height = 17
  58.       AutoSize = False
  59.       Caption = 'Version'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Copyright: TLabel
  68.       Left = 8
  69.       Top = 64
  70.       Width = 265
  71.       Height = 17
  72.       AutoSize = False
  73.       Caption = 'Copyright'
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       IsControl = True
  80.     end
  81.     object Comments: TLabel
  82.       Left = 8
  83.       Top = 88
  84.       Width = 265
  85.       Height = 49
  86.       AutoSize = False
  87.       Caption = 'Author'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       WordWrap = True
  94.       IsControl = True
  95.     end
  96.   end
  97.   object btnOK: TButton
  98.     Left = 100
  99.     Top = 160
  100.     Width = 97
  101.     Height = 25
  102.     Caption = 'OK'
  103.     Font.Color = clBlack
  104.     Font.Height = -13
  105.     Font.Name = 'System'
  106.     Font.Style = [fsBold]
  107.     ModalResult = 1
  108.     ParentFont = False
  109.     TabOrder = 1
  110.   end
  111. end
  112.